.iframe-invoices{
	padding: 10px 30px 10px 30px;
}
.iframe-invoices-table {
	width: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin-top: 15px;
	background-color: rgb(235,235,235);
	color: #045e71;
}
.iframe-invoices-table th {
	background-color: rgb(197,197,197);
	color: #353121;
	height: 30px;
	font-weight: bold;
}
.iframe-invoices-table-col-0 {
	text-align: center;
	padding-left: 5px;
	width: 70px;
}
.iframe-invoices-table-col-1 {
	text-align: center;
	padding-left: 5px;
	width: 40px;
}
.iframe-invoices-table-col-1-pdf {
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url("images/pdf.png");
	background-repeat: no-repeat;
	margin: auto;
}
.iframe-invoices-table-col-2 {
	text-align: left;
	padding-left: 10px;
}
.iframe-invoices-table-col-3 {
	text-align: right;
	padding-right: 10px;
}
.iframe-invoices-table-col-4 {
	text-align: center;
	width: 130px;
}
.iframe-invoices-table-col-5 {
	text-align: center;    
	width: 130px;
}
.iframe-invoices-table-col-6 {
	text-align: left;
	width: 70px;
}
.iframe-invoices-table tr {
	height: 30px;
}
.checked-column {
    background-image: url("images/checked.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.unchecked-column {
    background-image: url("images/unchecked.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}




